github.com/andybalholm/brotli.huffmanTree.total_count_ (field)
13 uses
github.com/andybalholm/brotli (current package)
entropy_encode.go#L15: total_count_ uint32
entropy_encode.go#L21: self.total_count_ = count
entropy_encode.go#L108: if v0.total_count_ != v1.total_count_ {
entropy_encode.go#L109: return v0.total_count_ < v1.total_count_
entropy_encode.go#L176: if tree[i].total_count_ <= tree[j].total_count_ {
entropy_encode.go#L184: if tree[i].total_count_ <= tree[j].total_count_ {
entropy_encode.go#L194: tree[j_end].total_count_ = tree[left].total_count_ + tree[right].total_count_
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |